-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update secp256k1 dependency #80
Conversation
In secp256k1-sys we replaced this feature with a cfg flag back in rust-bitcoin/rust-secp256k1#263 ... here we got rid of the feature but retained the feature-gate, making the functionality useless. While we are at it, whitelist the cfg flags that we _do_ use.
b827740
to
4fb4de3
Compare
Is this going to be merged and released soon? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 4fb4de3
I'd like to update the copy of libsecp256k1-zkp as well to fix ElementsProject/rust-elements#202 and then yes, an update is a high priority. @jonasnick do you know what the relationship between libsecp and libsecp-zkp is right now? Can I just update the libsecp-zkp in this library to |
Yes I'd expect that updating libsecp-zkp in this library will work. Good point about the context object; it's identical in both forks of the library. |
Also do some other deferred maintenance.
Fixes #79.